home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / Thread Manager Extension 2.0.1 / Sample Applications / Power Examples / SortPicts / Source / WindowObj.Link < prev    next >
Encoding:
Text File  |  1994-06-03  |  648 b   |  23 lines  |  [TEXT/MPS ]

  1. /*************************************************************************************
  2.  *
  3.  *    This file "Links" the GWorldObj with any program that builds with WindowObj
  4.  *
  5.  *    WindowObj.Link    -    C Link file
  6.  *
  7.  *      Copyright © Apple Computer, Inc. 1988 - 1993
  8.  *      All rights reserved.
  9.  *
  10.  *    By redefining WINDOWOBJ to anything you want, this program can Link
  11.  *      your own object oriented sub-class of WindowObj to the overiding shell.
  12.  *
  13.  *************************************************************************************/
  14. #ifndef __WINDOWOBJLINK__
  15. #define __WINDOWOBJLINK__
  16.  
  17. #include "GWorldObj.h"
  18.  
  19. #define WINDOWOBJ    GWorldObj
  20.  
  21. #endif
  22.  
  23.